From c5a91d2008215a7ccdcc39d4138a1a1a46c8544a Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 5 Aug 2010 23:09:52 +0000 Subject: [PATCH] Eliminate warning building without CSV. --- gpsbabel/csv_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/csv_util.c b/gpsbabel/csv_util.c index ba2b6a720..4b9cfb97e 100644 --- a/gpsbabel/csv_util.c +++ b/gpsbabel/csv_util.c @@ -153,10 +153,10 @@ static double oldlat = 999; static int waypt_out_count; static route_head *csv_track, *csv_route; -#endif // CSVFMTS_ENABLED - static double utm_northing, utm_easting, utm_zone = 0; static char utm_zonec; +#endif // CSVFMTS_ENABLED + /*********************************************************************/ /* csv_stringclean() - remove any unwanted characters from string. */ -- 2.30.2